Sending binlog event to slave
Short Description
Binary logs consist of events, where an event is usually an update plus some other information. The thread has read an event from the binary log and is now sending it to the replica.
Detailed Descriptionโ
Replication event found at the source database.
From MySQL 8.0.26:ย Sending binlog event to replica
Binary logs consist ofย events, where an event is usually an update plus some other information. The thread has read an event from the binary log and is now sending it to the replica.
How to reduce this waitโ
Not available yet. Contributions welcome.
Additional Linksโ
Search onlineโ
If this article doesn't have the information you need you can try searching online. Remember, you can contribute suggestions to this page.